Skip to content

feat: ory.com#441

Merged
alnr merged 1 commit into
masterfrom
alnr/ory.com
Jun 12, 2026
Merged

feat: ory.com#441
alnr merged 1 commit into
masterfrom
alnr/ory.com

Conversation

@alnr

@alnr alnr commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Documentation

    • Updated command help text and documentation links to reference the correct domain.
  • Chores

    • Updated domain references in email templates, newsletter configuration, and default console URL fallback.

@alnr alnr self-assigned this Jun 12, 2026
@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@alnr, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 15 minutes and 14 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ffde94a8-ce39-4d0a-8dce-946f6f046d69

📥 Commits

Reviewing files that changed from the base of the PR and between 19a2d63 and 1cccac3.

📒 Files selected for processing (19)
  • Makefile
  • cmd/cloudx/client/sdks.go
  • cmd/cloudx/project/create.go
  • cmd/cloudx/project/patch.go
  • cmd/cloudx/project/patch_identity_config.go
  • cmd/cloudx/project/patch_oauth2_config.go
  • cmd/cloudx/project/patch_permission_config.go
  • cmd/cloudx/project/update.go
  • cmd/cloudx/project/update_identity_config.go
  • cmd/cloudx/project/update_oauth2_config.go
  • cmd/cloudx/project/update_permission_config.go
  • cmd/dev/newsletter/.snapshots/TestRenderMarkdownLong.html
  • cmd/dev/newsletter/.snapshots/TestRenderMarkdownLong.json
  • cmd/dev/newsletter/draft.go
  • cmd/dev/newsletter/render_test.go
  • cmd/dev/newsletter/stub/.gitignore
  • cmd/dev/newsletter/stub/changelog.md.expected
  • go.mod
  • view/mail-body.html
📝 Walkthrough

Walkthrough

This PR updates all references to the ory.sh domain to ory.com across the CLI and supporting infrastructure. Changes affect SDK defaults for the console URL, project command documentation links, and newsletter/email templates and configuration.

Changes

Domain Migration from ory.sh to ory.com

Layer / File(s) Summary
SDK console URL default
cmd/cloudx/client/sdks.go
CloudConsoleURL environment fallback and error-path default host updated from console.ory.sh to console.ory.com.
Project command documentation links
cmd/cloudx/project/patch.go, cmd/cloudx/project/patch_identity_config.go, cmd/cloudx/project/patch_oauth2_config.go, cmd/cloudx/project/patch_permission_config.go, cmd/cloudx/project/update.go, cmd/cloudx/project/update_identity_config.go, cmd/cloudx/project/update_oauth2_config.go, cmd/cloudx/project/update_permission_config.go
Eight patch and update command files updated their help text documentation URLs to reference the ory.com domain for API operation links.
Newsletter and email configuration
cmd/dev/newsletter/draft.go, cmd/dev/newsletter/stub/changelog.html.expected, cmd/dev/newsletter/stub/changelog.md.expected, view/mail-body.html
Email reply-to address and changelog/mail-body template files updated to use ory.com domain for logos, documentation links, co-author emails, and Slack/website endpoints.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 3

❌ Failed checks (2 warnings, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is completely empty, missing all required sections including the big picture explanation, issue reference, and checklist items. Add a comprehensive pull request description explaining the migration from ory.sh to ory.com, reference any related issue, and complete the required checklist.
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Title check ❓ Inconclusive The title 'feat: ory.com' is vague and does not clearly convey the specific purpose of the changes across multiple files. Use a more descriptive title that explains the main objective, such as 'feat: migrate documentation URLs from ory.sh to ory.com' or 'feat: update domain references to ory.com'.
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch alnr/ory.com

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@cmd/cloudx/project/update_identity_config.go`:
- Around line 52-55: The help text contains URLs with trailing periods (e.g.
"https://www.ory.com/docs/reference/api#operation/updateProject.") which break
copy/paste; remove the trailing period from those URL strings in the command's
help/comment. Locate the help text in the updateIdentityConfig command (e.g.,
updateIdentityConfigCmd or UpdateIdentityConfig function) and edit the literal
URL(s) so they end with the domain/path only (no final "."), preserving
surrounding wording and punctuation.

In `@cmd/dev/newsletter/stub/changelog.html.expected`:
- Around line 1596-1599: Update the plaintext docs link in the newsletter
changelog HTML so it uses HTTPS: replace the anchor href and visible text
"http://ory.com/docs/kratos/next/guides/multi-domain-cookies" with
"https://ory.com/docs/kratos/next/guides/multi-domain-cookies" (the anchor
element inside the list item for the domain aliasing entry), and apply the same
change in the newsletter fixtures that generate the email and markdown preview
so both snapshots reflect the HTTPS URL.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8ab960c5-7cf8-4b76-a78a-14ca5a0e4d26

📥 Commits

Reviewing files that changed from the base of the PR and between e4dd7c4 and 19a2d63.

📒 Files selected for processing (14)
  • cmd/cloudx/client/sdks.go
  • cmd/cloudx/project/patch.go
  • cmd/cloudx/project/patch_identity_config.go
  • cmd/cloudx/project/patch_oauth2_config.go
  • cmd/cloudx/project/patch_permission_config.go
  • cmd/cloudx/project/update.go
  • cmd/cloudx/project/update_identity_config.go
  • cmd/cloudx/project/update_oauth2_config.go
  • cmd/cloudx/project/update_permission_config.go
  • cmd/dev/newsletter/.snapshots/TestRenderMarkdownLong.json
  • cmd/dev/newsletter/draft.go
  • cmd/dev/newsletter/stub/changelog.html.expected
  • cmd/dev/newsletter/stub/changelog.md.expected
  • view/mail-body.html

Comment thread cmd/cloudx/project/update_identity_config.go
Comment thread cmd/dev/newsletter/stub/changelog.html.expected
@alnr alnr force-pushed the alnr/ory.com branch 5 times, most recently from d0f45a4 to 5b395a6 Compare June 12, 2026 13:28
@alnr alnr merged commit a0c7075 into master Jun 12, 2026
17 checks passed
@alnr alnr deleted the alnr/ory.com branch June 12, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants